Click or drag to resize

ResourceRemoveProperty Method (String)

Removes the property from the resource.

Namespace:  Independentsoft.Webdav
Assembly:  Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntax
public MultiStatus RemoveProperty(
	string propertyName
)

Parameters

propertyName
Type: SystemString
The property to by removed.

Return Value

Type: MultiStatus
A MultiStatus indicating the status of the property remove.
See Also